projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47d7215
)
(font-lock-face-list): Add defvar.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Aug 2005 10:13:42 +0000
(10:13 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Aug 2005 10:13:42 +0000
(10:13 +0000)
lisp/obsolete/fast-lock.el
patch
|
blob
|
history
diff --git
a/lisp/obsolete/fast-lock.el
b/lisp/obsolete/fast-lock.el
index 725e2b21e70ed41f04a62f953cd5e2e0ff08d30f..4599442f6c7e11c6132fae62190a7c9c7ae05231 100644
(file)
--- a/
lisp/obsolete/fast-lock.el
+++ b/
lisp/obsolete/fast-lock.el
@@
-187,6
+187,8
@@
(if (and (eq system-type 'ms-dos) (not (msdos-long-file-names)))
(error "`fast-lock' was written for long file name systems"))
+(defvar font-lock-face-list)
+
(eval-when-compile
;;
;; We don't do this at the top-level as we only use non-autoloaded macros.